planGraph
Wealth projection for the user
GraphQL Schema
extend type query {
"""Wealth projection for the user"""
planGraph(userId: ID!): WealthProjection!
}
Arguments
| Name | Type | Description |
|---|---|---|
| userId | ID! | Unique ID of the user |
Response Shape
This query returns WealthProjection!
| Name | Type | Description |
|---|---|---|
| currentWealth | Money! | |
| finalWealth | Money! | |
| wealthProjection | [WealthAtDate]! |